@charset "UTF-8";
body,
html {
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-family:
    "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans,
    Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB",
    "Hiragino Sans GB W3", FontAwesome, sans-serif;
}
.page-top {
  background: #fff;
}
.wrap-top {
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrap-top .logo {
  height: 32px;
  width: 135px;
}
.wrap-top .logo img {
  display: block;
  width: 100%;
  height: 100%;
}
.wrap-top .top-right {
  display: flex;
  align-items: center;
}
.wrap-top .top-right > a {
  display: flex;
  align-items: center;
  margin-right: 12px;
  font-size: 12px;
  color: #000;
  position: relative;
  text-decoration: none;
}
.wrap-top .top-right > a.over-trigger .qrcodeBox {
  width: 200px;
  height: 206px;
  position: absolute;
  bottom: 508px;
  left: -46px;
  display: none;
  z-index: 1000;
}
.wrap-top .top-right > a.over-trigger .qrcodeBox img {
  width: 100%;
  height: 100%;
}
.wrap-top .top-right > a.over-trigger:hover .qrcodeBox {
  display: block;
  bottom: -208px;
  opacity: 1;
}
.wrap-top .top-right > a.always {
  display: flex;
}
@media screen and (max-width: 576px) {
  .wrap-top .top-right > a {
    display: none;
  }
}
.wrap-top .top-right > .searchBox {
  margin: 0 6px;
  display: flex;
  align-items: center;
  padding: 9px 30px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 19px;
  border: 1px solid #d4d4d4;
  position: relative;
}
@media screen and (max-width: 768px) {
  .wrap-top .top-right > .searchBox {
    display: none;
  }
}
.wrap-top .top-right > .searchBox > input {
  background: 0 0;
  line-height: 1.15;
  font-size: 14px;
  border: none;
  margin: 0;
}
.wrap-top .top-right > .searchBox > input:focus {
  border: none;
  outline: 0;
}
.wrap-top .top-right > .searchBox > div {
  font-size: 14px;
  color: #000;
  display: flex;
  align-items: center;
  border-left: 2px solid #d4d4d4;
  padding-left: 6px;
  cursor: pointer;
  position: absolute;
  right: 0;
  width: 67px;
  height: 20px;
}
.wrap-top .top-right > .searchBox > div .searchIcon {
  color: #5b5b5b;
  opacity: 1;
}
.wrap-top .top-right > .searchBox > div img {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 6px;
}
.page-nav {
  background: #dd2225;
  position: relative;
}
.page-nav #nav-check,
.page-nav .nav-btn,
.page-nav .nav-header {
  display: none;
}
@media screen and (max-width: 768px) {
  .page-nav {
    height: 50px;
  }
  .page-nav .nav-btn {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
  }
  .page-nav .nav-btn label {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 13px;
  }
  .page-nav .nav-btn label span {
    display: block;
    width: 25px;
    height: 10px;
    border-top: 2px solid #eee;
  }
  .page-nav .wrap-nav,
  .page-nav .wrap-nav .nav-item {
    display: block;
    width: 100%;
  }
  .page-nav #nav-check:not(:checked) ~ .container .wrap-nav {
    height: 0;
  }
  .page-nav #nav-check:checked ~ .container .wrap-nav {
    height: calc(100vh - 120px);
    overflow-y: auto;
  }
  .page-nav .wrap-nav {
    position: absolute;
    z-index: 9999;
    height: 0;
    line-height: 55px;
    overflow-y: hidden;
    top: 50px;
    left: 0;
    padding: 0 25px;
  }
}
.wrap-nav {
  display: flex;
  background: #dd2225;
  border-radius: 0;
  line-height: 70px;
  justify-content: space-between;
  padding: 0 25px 10px;
  font-size: 18px;
  position: relative;
  height: 80px;
}
.wrap-nav .nav-item {
  color: #fff;
}
.wrap-nav .nav-item a {
  color: #fff;
  text-decoration: none;
  padding-bottom: 10px;
  line-height: 80px;
}
@media screen and (max-width: 576px) {
  .wrap-nav .nav-item a {
    line-height: inherit;
  }
}
.wrap-nav .nav-item a.active,
.wrap-nav .nav-item a:hover {
  font-weight: 700;
  border-bottom: 3px solid #fff;
}
.page-footer {
  background: #efefef;
  position: relative;
}
.page-footer .footer-nav {
  background: #dd2225;
  border-radius: 0;
  position: relative;
  height: 80px;
  padding-bottom: 10px;
}
.page-footer .footer-nav .container {
  display: flex;
  justify-content: space-between;
  line-height: 70px;
  padding: 0 25px;
  font-size: 18px;
}
.page-footer .footer-nav .nav-item {
  color: #fff;
}
@media screen and (max-width: 576px) {
  .page-footer .footer-nav .container {
    justify-content: center;
  }
  .page-footer .footer-nav .container > :nth-child(n + 4) {
    display: none;
  }
  .page-footer .footer-nav .nav-item {
    margin: 0 15px;
  }
  .page-footer .divider {
    display: none;
  }
}
.page-footer .footer-nav .nav-item a {
  color: #fff;
  text-decoration: none;
  padding-bottom: 10px;
}
.page-footer .footer-nav .nav-item a:hover {
  text-decoration: underline;
}
.page-footer .divider {
  height: 0;
  border: 1px solid #666;
  margin: 20px 0;
}
.page-footer .footer-content {
  position: relative;
}
@media screen and (max-width: 576px) {
  .page-footer .footer-content.container {
    padding: 0 10px;
    margin: 0;
  }
  .page-footer .footer-content .logo-list {
    display: none;
  }
}
.page-footer .footer-content .logo-list .logo-list-item .head-img img {
  width: 100%;
}
.page-footer .footer-content .logo-list .logo-list-item .logo-qkdb {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.page-footer .footer-content .logo-list .logo-list-item .logo-qkdb .db .items,
.page-footer .footer-content .logo-list .logo-list-item .logo-qkdb .qk .items {
  display: flex;
  align-items: center;
}
.page-footer
  .footer-content
  .logo-list
  .logo-list-item
  .logo-qkdb
  .db
  .items
  .item,
.page-footer
  .footer-content
  .logo-list
  .logo-list-item
  .logo-qkdb
  .qk
  .items
  .item {
  flex: 1;
  position: relative;
  text-align: center;
  color: #666;
  font-size: 14px;
  margin-top: 5px;
}
.page-footer
  .footer-content
  .logo-list
  .logo-list-item
  .logo-qkdb
  .db
  .items
  .item
  img,
.page-footer
  .footer-content
  .logo-list
  .logo-list-item
  .logo-qkdb
  .qk
  .items
  .item
  img {
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}
.page-footer .footer-content .logo-list .logo-list-item .logo-wxwz {
  width: 100%;
}
.page-footer .footer-content .logo-list .logo-list-item .logo-wxwz .items {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.page-footer
  .footer-content
  .logo-list
  .logo-list-item
  .logo-wxwz
  .items
  .item {
  width: calc((100%) / 3);
  margin-bottom: 60px;
  text-align: center;
  color: #666;
  font-size: 14px;
  margin-top: 5px;
}
.page-footer
  .footer-content
  .logo-list
  .logo-list-item
  .logo-wxwz
  .items
  .item
  img {
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}
.page-footer .footer-content .logo-list .logo-list-item .logo-dsp {
  width: 100%;
}
.page-footer .footer-content .logo-list .logo-list-item .logo-dsp .items {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.page-footer .footer-content .logo-list .logo-list-item .logo-dsp .items .item {
  width: calc((100%) / 3);
  margin-bottom: 10px;
  text-align: center;
  color: #666;
  font-size: 14px;
  margin-top: 5px;
}
.page-footer
  .footer-content
  .logo-list
  .logo-list-item
  .logo-dsp
  .items
  .item
  img {
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}
.page-footer .footer-content .friend-link {
  padding: 0 25px;
}
.page-footer .footer-content .copyright,
.page-footer .footer-content .friend-link .link-list {
  padding: 10px 0;
}
@media screen and (max-width: 576px) {
  .page-footer .footer-content .friend-link {
    display: none;
  }
}
.page-footer .footer-content .friend-link .link-title {
  font-size: 18px;
  color: #dd2225;
  font-weight: 700;
}
.page-footer .footer-content .friend-link .link-list .link-item {
  color: #555;
  text-decoration: none;
  margin: 0 5px;
  font-size: 18px;
}
.page-footer .footer-content .friend-link .link-list .link-item:first-child {
  margin-left: 0;
}
.page-footer .footer-content .friend-link .link-list .link-item:hover {
  color: #dd2225;
}
.page-footer .footer-content .copyright p {
  color: #666;
  font-size: 14px;
  margin-bottom: 10px;
}
.page-footer .footer-content .copyright p a {
  color: #666;
  text-decoration: none;
}
.page-footer .footer-content .copyright p a:hover {
  color: #dd2225;
}
.page-body .part-news .narrow .jrcj .news-wrap .news-item .news-cell .content,
.page-body .part-news .narrow .jrjy .news-wrap .news-item .news-cell .content,
.page-body .part-news .narrow .jrzw .news-wrap .news-item .news-cell .content,
.page-body .part-news .wide .dtswiper .swiper-slide .content {
  bottom: 0;
  display: block;
  left: 0;
  padding: 10px;
  position: absolute;
  width: 100%;
  height: auto;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.45);
}
.page-body
  .part-news
  .narrow
  .jrcj
  .news-wrap
  .news-item
  .news-cell
  .content
  .title-info,
.page-body
  .part-news
  .narrow
  .jrjy
  .news-wrap
  .news-item
  .news-cell
  .content
  .title-info,
.page-body
  .part-news
  .narrow
  .jrzw
  .news-wrap
  .news-item
  .news-cell
  .content
  .title-info,
.page-body .part-news .wide .dtswiper .swiper-slide .content .title-info {
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 700;
}
.page-body
  .part-news
  .narrow
  .jrcj
  .news-wrap
  .news-item
  .news-cell
  .content:hover
  .title-info,
.page-body
  .part-news
  .narrow
  .jrjy
  .news-wrap
  .news-item
  .news-cell
  .content:hover
  .title-info,
.page-body
  .part-news
  .narrow
  .jrzw
  .news-wrap
  .news-item
  .news-cell
  .content:hover
  .title-info,
.page-body .part-news .wide .dtswiper .swiper-slide .content:hover .title-info {
  color: #dd2225;
  text-decoration: underline;
}
.dtswiper.swiper .swiper-slide a,
.page-body .part-news .wide .advbox .advitem a,
.page-body .part-news .wide .brandlist .branditem a,
.page-body .part-news .wide .cqtkswiper.swiper .swiper-slide a,
.tbchswiper.swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.dtswiper.swiper .swiper-slide a img,
.page-body .part-news .wide .advbox .advitem a img,
.page-body .part-news .wide .brandlist .branditem a img,
.page-body .part-news .wide .cqtkswiper.swiper .swiper-slide a img,
.tbchswiper.swiper .swiper-slide a img {
  display: block;
  width: 100%;
  height: 100%;
}
.shadow-box {
  background-color: #fff;
  border-color: #e5e5e5;
  -webkit-box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.13);
  box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.13);
}
.news-card {
  margin-top: 20px;
}
.news-card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-card .card-header .card-title {
  color: #dd2225;
  font-size: 25px;
  font-weight: 700;
  padding-top: 5px;
  border-top: 4px solid #dd2225;
}
.news-card .card-header .header-more {
  text-align: right;
  width: 80px;
  font-size: 1.2rem;
}
.news-card .card-header .header-more a {
  color: #999;
}
.news-card .card-header .header-more a:hover {
  color: #dd2225;
  text-decoration: none;
}
.news-card .card-body {
  position: relative;
  margin-top: 20px;
}
.dtswiper,
.tbchswiper {
  width: 100%;
  height: 450px;
  position: relative;
  ---swiper-pagination-fraction-color: #fff;
  --swiper-pagination-color: #ff0000;
  --swiper-pagination-top: 10px;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bullet-width: 20px;
  --swiper-pagination-bullet-height: 5px;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-opacity: 1;
}
@media screen and (max-width: 576px) {
  .news-card,
  .news-card .card-body {
    margin-top: 10px;
  }
  .dtswiper.swiper,
  .tbchswiper.swiper {
    height: 225px;
  }
}
.dtswiper.swiper .swiper-slide img,
.tbchswiper.swiper .swiper-slide img {
  transition: all 0.3s;
}
.dtswiper.swiper .swiper-slide img:hover,
.tbchswiper.swiper .swiper-slide img:hover {
  transform: scale(1.2);
}
.dtswiper.swiper .swiper-pagination,
.tbchswiper.swiper .swiper-pagination {
  position: absolute;
  top: 10px !important;
  left: unset !important;
  right: 10px;
  width: auto !important;
}
.dtswiper.swiper .swiper-pagination-bullet,
.tbchswiper.swiper .swiper-pagination-bullet {
  border-radius: 2px;
}
.page-body {
  position: relative;
}
.page-body .banner-list {
  margin-top: 10px;
  width: 100%;
  position: relative;
}
.page-body .banner-list .banner-item {
  display: block;
  margin-bottom: 10px;
  height: 80px;
  width: 100%;
}
.page-body .banner-list .banner-item img {
  width: 100%;
  height: 100%;
}
.page-body .banner-list .banner-group {
  position: relative;
  margin-bottom: 0;
  height: auto;
}
.page-body .banner-list .banner-group .group-item {
  display: block;
  height: 80px;
  margin-bottom: 10px;
}
.page-body .banner-list .banner-group img {
  width: 100%;
  height: 100%;
}
.page-body .focus-news {
  margin-top: 20px;
}
.page-body .focus-news .first {
  text-align: center;
  font-size: 32px;
  line-height: 48px;
}
.page-body .focus-news .first a {
  text-decoration: none;
  color: #333;
  display: block;
}
.page-body .focus-news .first a:hover {
  color: #dd2225;
}
.page-body .focus-news .group-news {
  padding: 5px 20px;
}
@media screen and (max-width: 576px) {
  .page-body .banner-list .banner-group .group-item,
  .page-body .banner-list .banner-item {
    height: 52px;
    margin-bottom: 5px;
  }
  .page-body .banner-list .banner-group .group-item img,
  .page-body .banner-list .banner-item img {
    width: 100%;
  }
  .page-body .focus-news .first {
    font-size: 24px;
    text-align: left;
    line-height: 36px;
  }
  .page-body .focus-news .group-news {
    padding: 5px 0;
  }
}
.page-body .focus-news .group-news p {
  text-align: center;
}
.page-body .focus-news .group-news a {
  color: #333;
  text-decoration: none;
  margin-left: 20px;
  font-size: 18px;
  display: inline-block;
}
.page-body .focus-news .group-news a::before {
  content: "•";
  color: #333;
  margin-right: 5px;
}
.page-body .focus-news .group-news a:hover {
  color: #dd2225;
}
@media screen and (max-width: 576px) {
  .page-body .part-news.row {
    margin-left: 0;
    margin-right: 0;
  }
  .page-body .part-news .narrow,
  .page-body .part-news .wide {
    padding: 0;
  }
}
.page-body .part-news .wide {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  padding-right: 30px;
}
.page-body .part-news .wide .news-card {
  margin-bottom: 30px;
}
.page-body .part-news .wide .news-card:last-child {
  margin-bottom: 0;
  /* margin-top: auto; */
}
.page-body .part-news .wide .dtswiper .swiper-slide {
  position: relative;
}
.page-body .part-news .wide .dtlist a {
  display: block;
  width: 100%;
  color: #333;
  position: relative;
  padding-left: 25px;
  line-height: 1.6rem;
  font-size: 1.125rem;
  padding-bottom: 1.2rem;
  text-decoration: none;
  cursor: pointer;
}
.page-body .part-news .wide .dtlist a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.48rem;
  width: 0.7rem;
  height: 0.7rem;
  background-color: #dd2225;
}
.page-body .part-news .wide .dtlist a:hover {
  color: #dd2225;
}
@media screen and (max-width: 576px) {
  .page-body .part-news .wide {
    padding-right: 0;
  }
  .page-body .part-news .wide .news-card {
    margin-bottom: 20px;
  }
  .page-body .part-news .wide .dtlist a {
    padding-bottom: 0.8rem;
  }
}
.page-body .part-news .wide .promotion-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.page-body .part-news .wide .promotion-wrap .promotion-item .imgitem {
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
}
.page-body .part-news .wide .promotion-wrap .promotion-item .imgitem img {
  display: block;
  width: 100%;
  object-fit: fill;
  -o-object-fit: cover;
}
.page-body .part-news .wide .tbch-txtlist {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.page-body .part-news .wide .tbch-txtlist .txtitem {
  width: 50%;
  margin-bottom: 10px;
}
.page-body .part-news .wide .tbch-txtlist .txtitem:nth-of-type(odd) {
  padding-right: 5px;
}
.page-body .part-news .wide .tbch-txtlist .txtitem:nth-of-type(even) {
  padding-left: 5px;
}
.page-body .part-news .wide .tbch-txtlist .txtitem .txtbox {
  display: block;
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 100%;
  min-height: 160px;
  background-color: #fff;
  border-color: #e5e5e5;
  -webkit-box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.13);
  box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.13);
  padding: 18px 25px 25px 32px;
}
.page-body .part-news .wide .tbch-txtlist .txtitem .txtbox .txt-title {
  display: unset;
  color: #dd2225;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  padding-bottom: 0;
  border-bottom: 3px solid #dd2225;
}
@media screen and (max-width: 576px) {
  .page-body .part-news .wide .tbch-txtlist .txtitem .txtbox {
    padding: 9px 15px 15px 16px;
  }
  .page-body .part-news .wide .tbch-txtlist .txtitem .txtbox .txt-title {
    font-size: 16px !important;
    line-height: 30px;
  }
}
.page-body .part-news .wide .tbch-txtlist .txtitem .txtbox .txt-content {
  color: #333;
  font-size: 16px;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 9px;
  margin-top: 20px;
  cursor: pointer;
}
.page-body .part-news .wide .tbch-txtlist .txtitem .txtbox a {
  color: #999;
}
.page-body .part-news .wide .tbch-txtlist .txtitem .txtbox a:hover {
  color: #dd2225;
}
.page-body .part-news .wide .tbch-txtlist .txtitem .txtbox.active {
  background: #dd2225;
  color: #fff;
}
.page-body .part-news .wide .tbch-txtlist .txtitem .txtbox.active .txt-title {
  display: unset;
  color: #fff;
  border-bottom: 3px solid #fff;
}
.page-body .part-news .wide .tbch-txtlist .txtitem .txtbox.active .txt-content {
  color: #fff;
}
.page-body
  .part-news
  .wide
  .tbch-txtlist
  .txtitem
  .txtbox.active
  .txt-content
  a {
  color: #ccc;
}
.page-body .part-news .wide .tbch-txtlist .txtitem .txtbox.active .smshow,
.page-body
  .part-news
  .wide
  .tbch-txtlist
  .txtitem
  .txtbox.active
  .txt-content
  a:hover {
  color: #fff;
}
.page-body .part-news .wide .advbox {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
  height: 220px;
}
.page-body .part-news .wide .advbox .advitem {
  flex: 1;
  position: relative;
}
.page-body .part-news .wide .advbox .advitem:nth-of-type(odd) {
  margin-right: 10px;
}
.page-body .part-news .wide .advbox .advitem:nth-of-type(even) {
  margin-left: 10px;
}
@media screen and (max-width: 576px) {
  .page-body .part-news .wide .advbox {
    display: block;
    margin: 0;
    height: auto;
  }
  .page-body .part-news .wide .advbox .advitem {
    margin-bottom: 10px;
    height: 180px;
  }
  .page-body .part-news .wide .advbox .advitem:nth-of-type(odd) {
    margin-right: 0;
  }
  .page-body .part-news .wide .advbox .advitem:nth-of-type(even) {
    margin-left: 0;
  }
}
.page-body .part-news .wide .cqtkswiper {
  background: #f7f7f7;
  padding: 20px 0;
}
.page-body .part-news .wide .cqtkswiper.swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.page-body .part-news .wide .cqtkswiper.swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .page-body .part-news .wide .cqtkswiper.swiper .swiper-slide {
    height: auto;
  }
}
.page-body .part-news .wide .cqtkswiper.swiper .swiper-slide .text-mask {
  bottom: 0;
  display: block;
  left: 0;
  padding: 10px;
  position: absolute;
  width: 100%;
  height: auto;
  background: rgba(0, 0, 0, 0.45);
}
.page-body
  .part-news
  .wide
  .cqtkswiper.swiper
  .swiper-slide
  .text-mask
  .text-content {
  text-decoration: none;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 700;
}
.page-body
  .part-news
  .wide
  .cqtkswiper.swiper
  .swiper-slide
  .text-mask
  .text-content:hover {
  color: #dd2225;
}
.page-body .part-news .wide .cqtkswiper.swiper .swiper-button-next,
.page-body .part-news .wide .cqtkswiper.swiper .swiper-button-prev {
  color: #fff;
}
.page-body .part-news .wide .brandlist {
  display: flex;
}
.page-body .part-news .wide .brandlist .branditem {
  flex: 1;
  margin-right: 10px;
  height: 120px;
}
.page-body .part-news .wide .brandlist .branditem:last-child {
  margin-right: 0;
}
@media screen and (max-width: 576px) {
  .page-body .part-news .wide .brandlist {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .page-body .part-news .wide .brandlist .branditem {
    flex: 1;
    margin: 0 0 10px;
  }
  .page-body .part-news .narrow {
    padding-right: 0;
  }
}
.page-body .part-news .narrow {
  display: flex;
  flex-direction: column;
  align-content: space-between;
}
.page-body .part-news .narrow .news-card {
  margin-bottom: 0;
}
.page-body .part-news .narrow .news-card:last-child {
  margin-bottom: 0;
  /* margin-top: auto; */
}
.page-body .part-news .narrow .jrcj .news-wrap,
.page-body .part-news .narrow .jrjy .news-wrap,
.page-body .part-news .narrow .jrzw .news-wrap,
.page-body .part-news .narrow .jsp .news-wrap,
.page-body .part-news .narrow .szk .news-wrap,
.page-body .part-news .narrow .tougao .news-wrap {
  display: flex;
  flex-direction: column;
}
.page-body .part-news .narrow .jrcj .news-wrap .news-item,
.page-body .part-news .narrow .jrjy .news-wrap .news-item,
.page-body .part-news .narrow .jrzw .news-wrap .news-item,
.page-body .part-news .narrow .jsp .news-wrap .news-item,
.page-body .part-news .narrow .tougao .news-wrap .news-item {
  flex: 1;
  margin-bottom: 20px;
}
.page-body .part-news .narrow .jrcj .news-wrap .news-item:last-child,
.page-body .part-news .narrow .jrjy .news-wrap .news-item:last-child,
.page-body .part-news .narrow .jrzw .news-wrap .news-item:last-child,
.page-body .part-news .narrow .jsp .news-wrap .news-item:last-child,
.page-body .part-news .narrow .tougao .news-wrap .news-item:last-child {
  margin-bottom: 0;
}
.page-body .part-news .narrow .szk .news-wrap {
  padding: 10px;
}
.page-body .part-news .narrow .szk .news-wrap .news-item {
  flex: 1;
  flex-direction: column;
}
.page-body .part-news .narrow .szk .news-wrap .news-item:last-child {
  margin-bottom: 0;
}
.page-body .part-news .narrow .szk .news-wrap .news-item .news-cell {
  display: flex;
}
.page-body .part-news .narrow .szk .news-wrap .news-item .news-cell .imgitem {
  border: none;
  display: block;
  cursor: pointer;
  width: 60%;
}
.page-body
  .part-news
  .narrow
  .szk
  .news-wrap
  .news-item
  .news-cell
  .imgitem
  .cover {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: fill;
  -o-object-fit: cover;
}
.page-body .part-news .narrow .szk .news-wrap .news-item .news-cell .extraitem {
  width: 40%;
}
.page-body
  .part-news
  .narrow
  .szk
  .news-wrap
  .news-item
  .news-cell
  .extraitem
  .extrawrap {
  display: flex;
  font-size: 16px;
  flex-direction: column;
  text-align: right;
  padding: 5px 0 0 20px;
}
@media screen and (max-width: 990px) {
  .page-body
    .part-news
    .narrow
    .szk
    .news-wrap
    .news-item
    .news-cell
    .extraitem
    .extrawrap {
    font-size: 14px;
    padding: 5px;
  }
}
.page-body
  .part-news
  .narrow
  .szk
  .news-wrap
  .news-item
  .news-cell
  .extraitem
  .extrawrap
  > :not(:first-child) {
  margin-top: 10px;
}
.page-body
  .part-news
  .narrow
  .szk
  .news-wrap
  .news-item
  .news-cell
  .extraitem
  .extrawrap
  .em-period,
.page-body
  .part-news
  .narrow
  .szk
  .news-wrap
  .news-item
  .news-cell
  .extraitem
  .extrawrap
  .em-title {
  text-align: left;
}
.page-body
  .part-news
  .narrow
  .szk
  .news-wrap
  .news-item
  .news-cell
  .extraitem
  .extrawrap
  .em-next,
.page-body
  .part-news
  .narrow
  .szk
  .news-wrap
  .news-item
  .news-cell
  .extraitem
  .extrawrap
  .em-prev {
  margin-right: 10px;
  cursor: pointer;
}
.page-body
  .part-news
  .narrow
  .szk
  .news-wrap
  .news-item
  .news-cell
  .extraitem
  .extrawrap
  .em-next
  .embtn,
.page-body
  .part-news
  .narrow
  .szk
  .news-wrap
  .news-item
  .news-cell
  .extraitem
  .extrawrap
  .em-prev
  .embtn {
  background: #dd2225;
  color: #fff;
  border-radius: 12px;
  padding: 3px 10px;
}
@media screen and (max-width: 992px) {
  .page-body
    .part-news
    .narrow
    .szk
    .news-wrap
    .news-item
    .news-cell
    .extraitem
    .extrawrap
    .em-next
    .embtn,
  .page-body
    .part-news
    .narrow
    .szk
    .news-wrap
    .news-item
    .news-cell
    .extraitem
    .extrawrap
    .em-prev
    .embtn {
    background: #dd2225;
    color: #fff;
    border-radius: 4px;
    padding: 3px;
  }
}
.page-body .part-news .narrow .jsp .news-wrap,
.page-body .part-news .narrow .tougao .news-wrap {
  padding: 10px;
}
.page-body .part-news .narrow .tougao {
  margin-bottom: 10px;
}
.page-body .part-news .narrow .tougao .news-wrap .news-item .imgitem {
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
}
.page-body .part-news .narrow .tougao .news-wrap .adv-img,
.page-body .part-news .narrow .tougao .news-wrap .news-item .imgitem .cover {
  display: block;
  width: 100%;
  object-fit: fill;
  -o-object-fit: cover;
}
.page-body .part-news .narrow .jsp .news-wrap .news-item .news-cell {
  width: 100%;
  position: relative;
}
.page-body .part-news .narrow .jsp .news-wrap .news-item .news-cell .imgitem {
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
}
.page-body
  .part-news
  .narrow
  .jsp
  .news-wrap
  .news-item
  .news-cell
  .imgitem
  .cover {
  display: block;
  width: 100%;
  object-fit: fill;
  -o-object-fit: cover;
}
.page-body
  .part-news
  .narrow
  .jsp
  .news-wrap
  .news-item
  .news-cell
  .imgitem
  .playbtn {
  width: 32px;
  height: 32px;
  position: absolute;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  top: 50%;
}
.page-body
  .part-news
  .narrow
  .jsp
  .news-wrap
  .news-item
  .news-cell
  .imgitem
  .playbtn
  img {
  display: block;
  width: 100%;
  object-fit: fill;
  -o-object-fit: cover;
}
.page-body .part-news .narrow .jsp .news-wrap .news-item .news-cell .txtitem {
  position: relative;
  color: #333;
  font-size: 18px;
  text-decoration: none;
}
.page-body
  .part-news
  .narrow
  .jsp
  .news-wrap
  .news-item
  .news-cell
  .txtitem:hover {
  color: #dd2225;
}
.page-body .part-news .narrow .jrcj .news-wrap,
.page-body .part-news .narrow .jrjy .news-wrap,
.page-body .part-news .narrow .jrzw .news-wrap {
  padding: 15px 10px;
}
.page-body .part-news .narrow .jrcj .news-wrap .news-item .news-cell,
.page-body .part-news .narrow .jrjy .news-wrap .news-item .news-cell,
.page-body .part-news .narrow .jrzw .news-wrap .news-item .news-cell {
  width: 100%;
  position: relative;
}
.page-body .part-news .narrow .jrcj .news-wrap .news-item .news-cell .imgitem,
.page-body .part-news .narrow .jrjy .news-wrap .news-item .news-cell .imgitem,
.page-body .part-news .narrow .jrzw .news-wrap .news-item .news-cell .imgitem {
  display: block;
  width: 100%;
  cursor: pointer;
}
.page-body
  .part-news
  .narrow
  .jrcj
  .news-wrap
  .news-item
  .news-cell
  .imgitem
  .cover,
.page-body
  .part-news
  .narrow
  .jrjy
  .news-wrap
  .news-item
  .news-cell
  .imgitem
  .cover,
.page-body
  .part-news
  .narrow
  .jrzw
  .news-wrap
  .news-item
  .news-cell
  .imgitem
  .cover {
  display: block;
  width: 100%;
  object-fit: fill;
  -o-object-fit: cover;
}
.page-body
  .part-news
  .narrow
  .jrcj
  .news-wrap
  .news-item
  .news-cell
  .imgitem
  .playbtn,
.page-body
  .part-news
  .narrow
  .jrjy
  .news-wrap
  .news-item
  .news-cell
  .imgitem
  .playbtn,
.page-body
  .part-news
  .narrow
  .jrzw
  .news-wrap
  .news-item
  .news-cell
  .imgitem
  .playbtn {
  width: 32px;
  height: 32px;
  position: absolute;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  top: 50%;
}
.page-body
  .part-news
  .narrow
  .jrcj
  .news-wrap
  .news-item
  .news-cell
  .imgitem
  .playbtn
  img,
.page-body
  .part-news
  .narrow
  .jrjy
  .news-wrap
  .news-item
  .news-cell
  .imgitem
  .playbtn
  img,
.page-body
  .part-news
  .narrow
  .jrzw
  .news-wrap
  .news-item
  .news-cell
  .imgitem
  .playbtn
  img {
  display: block;
  width: 100%;
  object-fit: fill;
  -o-object-fit: cover;
}
.page-body .part-news .narrow .jrcj .news-wrap .news-item .news-cell .linkitem,
.page-body .part-news .narrow .jrjy .news-wrap .news-item .news-cell .linkitem,
.page-body .part-news .narrow .jrzw .news-wrap .news-item .news-cell .linkitem {
  font-size: 18px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  text-decoration: none;
}
.page-body
  .part-news
  .narrow
  .jrcj
  .news-wrap
  .news-item
  .news-cell
  .linkitem
  .tag-area,
.page-body
  .part-news
  .narrow
  .jrjy
  .news-wrap
  .news-item
  .news-cell
  .linkitem
  .tag-area,
.page-body
  .part-news
  .narrow
  .jrzw
  .news-wrap
  .news-item
  .news-cell
  .linkitem
  .tag-area {
  color: #dd2225;
  padding: 0 5px;
  margin-right: 5px;
  border-right: 2px solid #dd2225;
}
.page-body
  .part-news
  .narrow
  .jrcj
  .news-wrap
  .news-item
  .news-cell
  .linkitem
  .tag-source,
.page-body
  .part-news
  .narrow
  .jrjy
  .news-wrap
  .news-item
  .news-cell
  .linkitem
  .tag-source,
.page-body
  .part-news
  .narrow
  .jrzw
  .news-wrap
  .news-item
  .news-cell
  .linkitem
  .tag-source {
  color: #999;
  font-size: 12px;
  line-height: 27px;
}
.page-body
  .part-news
  .narrow
  .jrcj
  .news-wrap
  .news-item
  .news-cell
  .linkitem:hover,
.page-body
  .part-news
  .narrow
  .jrjy
  .news-wrap
  .news-item
  .news-cell
  .linkitem:hover,
.page-body
  .part-news
  .narrow
  .jrzw
  .news-wrap
  .news-item
  .news-cell
  .linkitem:hover {
  color: #dd2225;
}
.page-body .part-news .narrow .jrcy .news-item,
.page-body .part-news .narrow .jrjy .news-item {
  height: 226px;
}
.page-body .part-news .narrow .jrzw {
  color: #333;
}
.page-body .part-news .narrow .card-body {
  padding: 5px 10px;
}
